.details{
  display: flex;
  justify-content: center;
  
}
.det {background-color: rgb(255, 255, 255);
  
  margin-top: 30px;
  border-style: groove;
  border-color: black;
  border-width: 1px;
  padding: 30px;
  width: 160px;
  height: 100px;
}
.det{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: rgb(66, 69, 73);
}
